projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696810f
)
[VMS] (wait_for_kbd_input): Call prepare_menu_bars.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 02:02:36 +0000
(
02:02
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 02:02:36 +0000
(
02:02
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index 83c6d84fd541d7564f2d87777470451a74f027d4..55f4d57da1b844e2b3326456ef35f88f97f070b9 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-1591,6
+1591,7
@@
wait_for_kbd_input ()
if (dsp)
{
update_mode_lines++;
+ prepare_menu_bars ();
redisplay_preserve_echo_area ();
}
}